-- XML schema extracted from ITU-T X.1083 (11/2007)

<!--1a. The master endpoint creates the BIP link and sends an addMaster request to the new slave endpoint.--> <!--POST /BIPRequest/addMaster HTTP/1.1--> <!--Host: slave.example.org--> <!--Content-Type: text/xml; charset="utf-8"--> <!--Content-Length: 415--> <!--SOAPAction: "oid:/BIP/Request"--> <?xml version="1.0" encoding="UTF-8"?> <s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"> <s:Body> <b:request xmlns:b="oid:/BIP"> <b:masterEndpointIRI> http://master.example.org/BIP/fthjhuh5521 </b:masterEndpointIRI> <b:slaveEndpointIRI> http://slave.example.org/BIP/kjfgsfa4146 </b:slaveEndpointIRI> <b:linkNumber>197114367</b:linkNumber> <b:requestId>100000001</b:requestId> <b:addMaster> <b:bipVersion> <b:major>1</b:major><b:minor>0</b:minor> </b:bipVersion> </b:addMaster> </b:request> </s:Body> </s:Envelope>